←Select platform

Value Property

Summary

Data for this CacheItem<T>.

Syntax

C#
VB
Java
C++
public T Value { get; set; } 
Public Property Value() As T 
   Get 
   Set 
public:  
   property T Value 
   { 
      T get() 
      void set(T value) 
   } 
public T getValue() 
public void setValue(T value) 

Property Value

The data for this CacheItem<T>. Default value is null.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Caching Assembly